home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.01 Jan 91 / Object Design / line feed removal / CmyDataFile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-25  |  322 b   |  19 lines  |  [TEXT/KAHL]

  1. /*
  2.  
  3. CmyDataFile.h
  4.  
  5. this is the definition of my file manager object
  6.  
  7. */
  8.  
  9. #define    _H_CmyDataFile        /* Include this file only once */
  10. #include "CDataFile.h"
  11.  
  12. struct CmyDataFile : CDataFile 
  13.     {
  14.     /* instance variables */
  15.     
  16.     /* my messages */
  17.     void ImyDataFile(void);
  18.     OSErr ReadLine(Ptr info,long howMuch, long *bytesRead);
  19.     };